home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 December / macformat-044.iso / Demos / The Ghost Cave / BB / SPLASH.Dxr / 00002.ls < prev    next >
Encoding:
Text File  |  1996-05-30  |  406 b   |  25 lines

  1. on startMovie
  2.   global counter
  3.   set counter to 3 * 12
  4.   set the mouseUpScript to "escaper"
  5.   set the preLoadEventAbort to 1
  6.   preLoadCast(1, 10)
  7.   cursor(200)
  8.   updateStage()
  9.   cursor(200)
  10.   updateStage()
  11. end
  12.  
  13. on stopMovie
  14.   set the keyDownScript to EMPTY
  15.   set the mouseUpScript to EMPTY
  16. end
  17.  
  18. on escaper
  19.   puppetPalette("Black")
  20.   puppetSound(0)
  21.   updateStage()
  22.   puppetPalette(0)
  23.   go(1, "PRELUDE")
  24. end
  25.